← index
Old.Learning.Projects/Friend Keyword Example/Main.cpp
Source: Old.Learning.Projects/Friend Keyword Example/Main.cpp
// main source file

// written by jared bruni

// www.lostsidedead.com


#include <iostream.h>

#include "example.h"


void main()
{

	Jared jared;
	jared.test();
}